home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dlaydr / dlaydrag.bas < prev    next >
BASIC Source File  |  1995-05-09  |  101b  |  8 lines

  1. Type RECT
  2.   Left As Integer
  3.   Top As Integer
  4.   Right As Integer
  5.   Bottom As Integer
  6. End Type
  7.  
  8.